home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
American Osteopathic Ass…tion Yearbook 2005 & 2006
/
American Osteopathic Association Yearbook 2005 & 2006.iso
/
mac
/
app
/
MacOS.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Python Compiled Bytecode
|
2004-07-22
|
626 b
|
20 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.3)
def __load():
import imp
import sys
import os
for p in sys.path:
path = os.path.join(p, 'ExtensionModules/MacOS.so')
if os.path.exists(path):
break
continue
elif not 0:
raise AssertionError, 'file not found: ExtensionModules/MacOS.so'
mod = imp.load_dynamic('MacOS', path)
__load()
del __load